PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-22 10:16:55.141425+00:00 (UTC)
In US/Central Time, this is 2024-03-22 05:16:55.141425-05:00
# Change one of the plots on this page to anything else
x = np.linspace(0, 8 * np.pi, 1000)
y = np.sin(x)

plt.figure(figsize=(10, 6))
plt.plot(x, y)
plt.title('Change one of the plots on this page to anything else:  Sine Wave')
plt.xlabel('X')
plt.ylabel('sin(X)')
plt.show()
# filepath = Path(OUTPUT_DIR) / 'sine_graph.png'
# plt.savefig(filepath)
../_images/9c1f5cb89eca9d60eafe621a0e78323eee23e4d2e4049d1f38613ccc470ac4f5.png
../_images/70b0d9809ab7cd2b6f893143cd01c1fa7d2ef34b98162cbb5592ed3a79589e5a.png
../_images/fa14b8c98de85df122a8ee0424f277e929419156231a4c7091d2837ab01a78a7.png